home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000259_owner-test-k@cs.umb.edu_Wed Nov 30 04:07:54 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  2KB

  1. Received: by cs.umb.edu id AA28074
  2.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Wed, 30 Nov 1994 04:07:54 -0500
  3. Received: by cs.umb.edu id AA22222
  4.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Wed, 30 Nov 1994 01:17:12 -0500
  5. Received: by cs.umb.edu id AA27321
  6.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Tue, 29 Nov 1994 16:31:08 -0500
  7. Received: by cs.umb.edu id AA21967
  8.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Tue, 29 Nov 1994 14:38:19 -0500
  9. Received: by cs.umb.edu id AA18963
  10.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Tue, 29 Nov 1994 13:18:39 -0500
  11. Received: by cs.umb.edu id AA16229
  12.   (5.65c/IDA-1.4.4 for tex-k-outgoing); Tue, 29 Nov 1994 12:07:46 -0500
  13. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA16218
  14.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 29 Nov 1994 12:07:26 -0500
  15. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  16.           id aa03315; 29 Nov 94 17:07 GMT
  17. Subject: Re: your mail
  18. To: dick1@mdx.ac.uk
  19. Date: Tue, 29 Nov 1994 17:07:16 (GMT)
  20. From: Timothy Murphy <tim@maths.tcd.ie>
  21. Cc: tex-k@cs.umb.edu
  22. In-Reply-To: <94112915294375@mdx.ac.uk> from "dick1@mdx.ac.uk" at Nov 29, 94 03:29:44 pm
  23. X-Mailer: ELM [version 2.4 PL21]
  24. Mime-Version: 1.0
  25. Content-Type: text/plain; charset=US-ASCII
  26. Content-Transfer-Encoding: 7bit
  27. Content-Length: 540       
  28. Message-Id:  <9411291707.aa12151@hamilton.maths.tcd.ie>
  29. Sender: owner-test-k@cs.umb.edu
  30. Precedence: bulk
  31.  
  32. > I have  changed web2c-6.1/web2c/tex/small.sed to read
  33. >        s/mem_max=262140/mem_max=1048480/
  34. >        s/mem_top=262140/mem_top=1048480/
  35. > and run
  36. >        configure DEFS=-DSMALLTeX
  37. > The resulting TeX complains
  38. >        Ouch---my internal constants have been clobbered!---case 14
  39.  
  40. From tex.web
  41.  
  42. if (mem_min<min_halfword)or(mem_max>=max_halfword)or@|
  43.   (mem_bot-mem_min>max_halfword+1) then bad:=14;
  44.  
  45. You will probably have to increase max_halfword if you increase mem_max.
  46. [It is probably defined in tex.ch.]
  47.  
  48.  
  49.  
  50.